home *** CD-ROM | disk | FTP | other *** search
/ Digital Photo Album: Houko Kuwashima / Digital Photo Album: Houko Kuwashima.iso / making.dxr / 00015.ls < prev    next >
Encoding:
Text File  |  1998-10-09  |  529 b   |  17 lines

  1. on mouseUp
  2.   global photocast, moviecast, moviebtncast
  3.   if the visible of sprite moviecast = 1 then
  4.     set the movieRate of sprite moviecast to 0
  5.     set the visible of sprite moviecast to 0
  6.     set the visible of sprite moviebtncast to 0
  7.     set the castNum of sprite moviecast to member "rep_mov_core"
  8.   end if
  9.   case the frame of
  10.     "3":
  11.       set targetcast to "04_C_12.PCT"
  12.   end case
  13.   set the castNum of sprite photocast to member targetcast
  14.   set the visible of sprite photocast to 1
  15.   puppetSound(1, "CLICK.aif")
  16. end
  17.